home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / xdvi-dos / src / fontfmts.c < prev    next >
C/C++ Source or Header  |  1992-10-21  |  270b  |  22 lines

  1. #include "xdvi.h"
  2.  
  3. #ifndef    X_NOT_STDC_ENV
  4. #include <stdlib.h>
  5. #endif
  6.  
  7. /***
  8.  ***    Font reading routines are read into this file.
  9.  ***/
  10.  
  11. #ifdef    USE_PK
  12. #include "pk.c"
  13. #endif
  14.  
  15. #ifdef    USE_GF
  16. #include "gf.c"
  17. #endif
  18.  
  19. #ifdef    USE_PXL
  20. #include "pxl.c"
  21. #endif
  22.